runtime._panic.argp (field)
5 uses
runtime (current package)
panic.go#L746: p.argp = unsafe.Pointer(getargp())
panic.go#L843: p.argp = unsafe.Pointer(getargp())
panic.go#L846: p.argp = nil
panic.go#L969: if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
runtime2.go#L970: argp unsafe.Pointer // pointer to arguments of deferred call run during panic; cannot move - known to liblink
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)